home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-12-30 | 697 b | 31 lines |
- #
- # This is the make file for the misc. lib subdirectory.
- #
- # Gershon Elber, Aug 1991
- #
-
- include ../makeflag.unx
-
- OBJS = config.o genmat.o getarg.o imalloc.o irit_ftl.o ln_sweep.o \
- miscattr.o miscatt2.o priorque.o xgeneral.o
-
- libmisc.a: $(OBJS)
- rm -f libmisc.a
- ar rcv libmisc.a *.o
- -ranlib libmisc.a
-
- install: libmisc.a
- mv -f libmisc.a $(LIB_DIR)
- cp *.h $(INC_DIR)
-
- # Dependencies starts here - do not touch, generated automatically.
- config.o: config.h imalloc.h
- genmat.o: genmat.h
- getarg.o: getarg.h imalloc.h
- imalloc.o: imalloc.h
- ln_sweep.o: imalloc.h ln_sweep.h
- miscatt2.o: imalloc.h miscattr.h
- miscattr.o: imalloc.h miscattr.h
- priorque.o: priorque.h imalloc.h
- xgeneral.o: imalloc.h
-